ESC
/ or Ctrl K to open ↑↓ navigate ยท Enter open
TrendFlows
Home Topics Trending Archive
Featured Story

Beyond the Code: Four Lessons from a Solana MEV Journey

Somewhere between the AMM math and the on-chain debugging, something strange started happening. The bugs I was chasing weren't the hardest part of the day anymore. The hardest part was deciding what t...

Z
zero-to-mev
Aug 1, 2026 15 min read
Editor's Picks
01
Four Thousand One Hundred and One Miles: Artemis II, Apollo ... cosmolog · 14 min
02
Boston Dynamics' Production Atlas Fleet: Hyundai and DeepMin... bytecraft · 12 min
03
Goldman Sachs' Record Q1 2026: How the Iran-War Trade Rewrot... tradex_99 · 12 min
Trending Now
#1
๐Ÿ“ฐ
Solana MEV
23 posts โ†’ 0%
#2
๐Ÿ“ฐ
arbitrage bot
6 posts โ†’ 0%
#3
๐Ÿ“ฐ
Solana MEV bot
4 posts โ†’ 0%
#4
๐Ÿ“ฐ
Solana RPC
3 posts โ†’ 0%
#5
๐Ÿ“ฐ
MEV bot development
3 posts โ†’ 0%

Recent Articles

Latest from our writers

Solana MEV

Beyond the Code: Four Lessons from a Solana MEV Journey

Somewhere between the AMM math and the on-chain debugging, something strange started happening. The bugs I was chasing weren't the hardest part of the day anymore. The hardest part was deciding what t...

Z
zero-to-mev
Aug 1 15 min
solo developer

Solo vs Team: What I Trade Building My MEV Bot Alone

I never sat down and weighed solo against team for this Solana MEV project. I just started. The reason is plain: I had a question I wanted answered โ€” *can a regular developer carve out a slice of on-c...

Z
zero-to-mev
Aug 1 16 min
solana mev source code reading

When the Docs Don't Exist: Reading Code as Source of Truth

I'm in week N of trying to integrate yet another Solana DEX into my MEV bot, and I just stared at a 404 page for two full minutes. The documentation link in the project's GitHub README points to a dom...

Z
zero-to-mev
Jul 31 21 min
engineering trade-offs

The Art of Trade-offs: Every Engineering Choice Has a Price

A few months into building an MEV bot on Solana, I started noticing something uncomfortable. The same question โ€” Python or Rust? WebSocket or ShredStream? Simple polling or validator-level streaming? ...

Z
zero-to-mev
Jul 31 14 min
MVP development

Why I Didn't Start with Rust: The Power of the Imperfect Prototype

There is a question I get asked maybe once a week now, and I have started asking it of myself in the quieter moments between deployments. It goes like this: *If you knew you were going to rewrite the ...

Z
zero-to-mev
Jul 30 18 min
productive failure

The Value of Grinding: Why Failure Is an Asset, Not a Tax

I open my notes folder tonight and scan the entries one by one. The pattern is hard to miss. The vast majority of what I have written down for this Solana MEV project is, by any honest accounting, a r...

Z
zero-to-mev
Jul 29 14 min
Solana MEV

Toward My First Landing: Reading the Solana MEV Market

I haven't landed a profitable trade yet. My current landing rate sits at 0% โ€” every signal I have simulated either reverts on-chain or gets outpaced before submission. Before I burn another round of t...

Z
zero-to-mev
Jul 29 14 min
Solana MEV history database

History DB: Why I'm Letting Past Trades Rewrite My Strategy

I'm sitting in front of my terminal watching the bot tail logs, and something occurs to me that I can't unsee. Every trade my bot submits is a vote on a hypothesis: "this route, at this size, at this ...

Z
zero-to-mev
Jul 29 16 min
Solana backrun bundle

Backrun Bundles on Solana: From Theory to the Submit Button

A big swap just hit a Solana DEX. The same token's price on a different DEX hasn't moved yet โ€” the two pools still think they're in sync, even though they aren't. There's a temporary mispricing, maybe...

Z
zero-to-mev
Jul 28 13 min
solana mev

Token Inventory: The Invisible Cap on Arbitrage Reach

I'm staring at the path discovery output again. The bot has surfaced thousands of theoretically profitable cycles, but the executable subset โ€” the cycles I can actually fire transactions for โ€” is a sm...

Z
zero-to-mev
Jul 28 15 min
DEX aggregator parsing

The Aggregator Blind Spot: Why My Bot Was Missing Whale Swaps

I was running my usual evening sanity check โ€” comparing the swap activity my bot logged against the public dashboards on Solana DEX trackers. For the small and mid-sized pairs I focus on, the numbers ...

Z
zero-to-mev
Jul 27 16 min
predicted state MEV

Predicted State MEV: The Hardest Puzzle in Solana Arbitrage

I have been staring at the same problem from different angles for weeks, and I am finally willing to call it what it is: the hardest puzzle in on-chain arbitrage. Not the algorithmic side. Not the on-...

Z
zero-to-mev
Jul 25 15 min

Series Spotlight

Z
zero-to-mev 154 episodes
Starting from 0% โ€” My Solana MEV Journey
Beyond the Code: Four Lessons from a Solana MEV ... Solo vs Team: What I Trade Building My MEV Bot A... When the Docs Don't Exist: Reading Code as Sourc...
View all 154 episodes โ†’

Begin the Journey

Start from Episode 1 of Starting from 0% โ€” My Solana MEV Journey

01

The Day I Discovered MEV

9 min read
02

The DeFi Glossary โ€” Learning the Language

8 min read
03

Traditional vs. Blockchain Arbitrage โ€” Same Principle, Different Universe

15 min read
04

The Solana MEV Economy โ€” An Invisible Market Worth Hundreds of Millions

12 min read
05

Why Solana โ€” The Critical Differences from Ethereum

15 min read
06

Building with an AI Agent

11 min read
07

The 98% Failure Rate โ€” Why I'm Doing This Anyway

10 min read
08

The True Cost of Running a Bot

17 min read
View all episodes โ†’

Deep Dives

Long reads, 15 minutes or more

Solana MEV

Beyond the Code: Four Lessons from a Solana MEV Journey

Somewhere between the AMM math and the on-chain debugging, something strange started happening. The bugs I was chasing weren't the hardest part of the day anymore. The hardest part was deciding what t...

Z
zero-to-mev
Aug 1 15 min
solo developer

Solo vs Team: What I Trade Building My MEV Bot Alone

I never sat down and weighed solo against team for this Solana MEV project. I just started. The reason is plain: I had a question I wanted answered โ€” *can a regular developer carve out a slice of on-c...

Z
zero-to-mev
Aug 1 16 min
solana mev source code reading

When the Docs Don't Exist: Reading Code as Source of Truth

I'm in week N of trying to integrate yet another Solana DEX into my MEV bot, and I just stared at a 404 page for two full minutes. The documentation link in the project's GitHub README points to a dom...

Z
zero-to-mev
Jul 31 21 min
MVP development

Why I Didn't Start with Rust: The Power of the Imperfect Prototype

There is a question I get asked maybe once a week now, and I have started asking it of myself in the quieter moments between deployments. It goes like this: *If you knew you were going to rewrite the ...

Z
zero-to-mev
Jul 30 18 min
Solana MEV history database

History DB: Why I'm Letting Past Trades Rewrite My Strategy

I'm sitting in front of my terminal watching the bot tail logs, and something occurs to me that I can't unsee. Every trade my bot submits is a vote on a hypothesis: "this route, at this size, at this ...

Z
zero-to-mev
Jul 29 16 min
solana mev

Token Inventory: The Invisible Cap on Arbitrage Reach

I'm staring at the path discovery output again. The bot has surfaced thousands of theoretically profitable cycles, but the executable subset โ€” the cycles I can actually fire transactions for โ€” is a sm...

Z
zero-to-mev
Jul 28 15 min

Meet the Writers

Independent voices behind TrendFlows

Z
zero-to-mev
Technology

Building a Solana MEV bot from scratch with AI. Documenting every win, loss, and lesson along the way.

154 articles
B
bytecraft
Technology

Mostly thinking about what comes after the current hype cycle

37 articles
R
rxlog
Science & Health

Science background, writing habit. Mostly biotech and clinical trials

16 articles
S
scalepath
Business & Industry

Notes from someone who reads too many earnings calls

11 articles
C
cosmolog
Science & Space

Always looking up

6 articles
T
tradex_99
Finance & Economics

Following the money so you don't have to read the Fed minutes

5 articles
TrendFlows

Independent trend analysis platform delivering curated insights across diverse topics. Updated daily.

Explore

  • Home
  • Topics
  • Trending
  • Archive

© 2026 TrendFlows. All rights reserved.

Disclaimer

TrendFlows is an independent analysis platform supported by advertising revenue. All content is for informational and educational purposes only and does not constitute financial, investment, legal, or professional advice. While we strive for accuracy, articles may contain unintentional errors or outdated information — readers should independently verify all facts, data, and claims before making any decisions. Company and brand names are referenced for analysis purposes under fair use principles — we are not affiliated with, endorsed by, or sponsored by any companies mentioned. Always consult qualified professionals for decisions related to finance, health, law, or other regulated fields.